From: Robert Ancell Date: Sun, 12 Jan 2020 23:07:15 +0000 (+1300) Subject: textbuffer: Add missing public API documentation. X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~321^2^2~348^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b2ca94793403dfb99b725809d96f2dae0c17ae63;p=gtk4.git textbuffer: Add missing public API documentation. This API was added in a52757874ee. --- diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c index 5ec18f7c5e..8bf2d50356 100644 --- a/gtk/gtktextbuffer.c +++ b/gtk/gtktextbuffer.c @@ -4077,6 +4077,14 @@ cut_or_copy (GtkTextBuffer *buffer, } } +/** + * gtk_text_buffer_get_selection_content: + * @buffer: a #GtkTextBuffer + * + * Get a content provider for this buffer. + * + * Returns: (transfer full): a new #GdkContentProvider. + **/ GdkContentProvider * gtk_text_buffer_get_selection_content (GtkTextBuffer *buffer) {